home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # Ore
- #
- # created: 15-Jun-2000 Bernd
- #
- # (C) COPYRIGHT 2000 RADONLABS GMBH
- #
-
- proc orewatch_normal {} {
-
- if {[.isoreusedup] == "true"} {
- .announcestate alle
- }
- }
-
- proc orewatch_alle {} {
-
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
- proc orewatch_cinematic {} {
-
- # empty
- }
-
-